home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
devel
/
tcl
/
tclx7_31.z
/
tclx7_31
/
tcldev
/
tclX7.3a-p1
/
tktests
/
tktests.tcl
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-19
|
299 b
|
19 lines
# tktests.tcl
#
# Script to run Tk tests with wishx Should be from this directory
# with an argument containing the Tk source path.
#
if {[llength $argv] != 1} {
puts stderr "Path to the Tk source directory should be the only arg"
exit 1
}
cd [lindex $argv 0]/tests
source all
exit 0